Uses of Class
de.cebis.moccabox.io.command.TaskCommand

Packages that use TaskCommand
de.cebis.moccabox.application.standard   
de.cebis.moccabox.io   
de.cebis.moccabox.io.command   
de.cebis.moccabox.model   
de.cebis.moccabox.repository.elements   
de.cebis.moccabox.security   
de.cebis.moccabox.security.impl.hibernate   
de.cebis.moccapart.calendar.application   
 

Uses of TaskCommand in de.cebis.moccabox.application.standard
 

Methods in de.cebis.moccabox.application.standard that return TaskCommand
 TaskCommand StandardTaskCommandBuilder.buildTaskCommand(java.lang.Object concept, java.lang.String command, ITaskContext tContext)
           
 TaskCommand StandardTaskCommandBuilder.buildTaskCommand(java.lang.String command, ITaskContext tContext)
           
 TaskCommand[] StandardTaskCommandBuilder.buildTaskCommands(java.lang.Object concept, java.lang.String[] commands, ITaskContext tContext)
           
 TaskCommand[] StandardTaskCommandBuilder.buildTaskCommands(java.lang.String[] commands, ITaskContext tContext)
           
 

Uses of TaskCommand in de.cebis.moccabox.io
 

Methods in de.cebis.moccabox.io that return TaskCommand
 TaskCommand StandardIODefinition.getTaskCommand()
           
 TaskCommand IODefinition.getTaskCommand()
          Zurückliefern des Kommandos, das das IO ausgelöst hat.
 TaskCommand[] StandardIODefinition.retrieveTaskCommands()
           
 

Methods in de.cebis.moccabox.io with parameters of type TaskCommand
 void StandardIODefinition.setTaskCommand(TaskCommand command)
           
 void IODefinition.setTaskCommand(TaskCommand command)
          Setzen des Kommandos, das das IO ausgelöst hat.
 

Uses of TaskCommand in de.cebis.moccabox.io.command
 

Methods in de.cebis.moccabox.io.command that return TaskCommand
 TaskCommand TaskCommandBuilder.buildTaskCommand(java.lang.Object concept, java.lang.String command, ITaskContext tContext)
          Baut ein einzelnes TaskCommand Objekt entsprechend dem übergebenen Kommando für das betreffende Concept im vorliegenden ITaskContext.
 TaskCommand TaskCommandBuilder.buildTaskCommand(java.lang.String command, ITaskContext tContext)
          Baut ein einzelnes TaskCommand Objekt entsprechend dem übergebenen Kommandos für den betreffenden Objekttypen im vorliegenden ITaskContext.
 TaskCommand[] TaskCommandBuilder.buildTaskCommands(java.lang.Object concept, java.lang.String[] commands, ITaskContext tContext)
          Baut die TaskCommand Objekte entsprechend der übergebenen Kommandos für das betreffende Concept im vorliegenden ITaskContext.
 TaskCommand[] TaskCommandBuilder.buildTaskCommands(java.lang.String[] commands, ITaskContext tContext)
          Baut die TaskCommand Objekte entsprechend der übergebenen Kommandos für den betreffenden Objekttypen im vorliegenden ITaskContext.
 TaskCommand ITaskCommandSource.getTaskCommand()
          Zurückliefern des korrespondierenden TaskCommand.
 TaskCommand TaskCommandContainer.getTaskCommand(java.lang.String id)
          Zurückgeben des TaskCommand, das der übergebenen Ticket-ID entspricht.
 TaskCommand[] ITaskCommandCollection.retrieveTaskCommands()
          Liefert die entsprechenden TaskCommand Objekte zurück, die gehalten werden.
 

Methods in de.cebis.moccabox.io.command with parameters of type TaskCommand
 void TaskCommandContainer.registerTaskCommand(TaskCommand t)
          Registrieren eines neuen TaskCommand.
 void ITaskCommandSource.setTaskCommand(TaskCommand command)
          Setzen des korrespondierenden TaskCommand.
 

Uses of TaskCommand in de.cebis.moccabox.model
 

Methods in de.cebis.moccabox.model that return TaskCommand
 TaskCommand[] ModelNode.getTaskCommands()
          Zurückgeben der Operationen, die auf dem Aufgabenobjekt, das der ModelNode repräsentiert, durchführbar sind.
 

Methods in de.cebis.moccabox.model with parameters of type TaskCommand
 void ModelNode.addChildren(java.lang.String key, ModelNode[] children, TaskCommand[] tCommands)
          Hinzufügen einer Menge von ModelNode Objekten, mit einem bestimmten Bezeichner, die als Kinder des ModelNode angelegt werden.
 void ModelNode.setTaskCommands(TaskCommand[] commands)
          Setzen der Operationen, die auf dem Aufgabenobjekt, das der ModelNode repräsentiert, durchführbar sind.
 

Uses of TaskCommand in de.cebis.moccabox.repository.elements
 

Methods in de.cebis.moccabox.repository.elements that return TaskCommand
 TaskCommand CommandBean.getTaskCommand(ITaskContext tContext)
          Erzeugt aus dem CommandBean auf Grundlage des aktuellen TaskRequest ein korrespondierendes TaskCommand, indem die enthaltenen Parameter und Criteria als TaskAttribute in das zu erzeugende TaskCommand geschrieben werden.
 TaskCommand[] ViewElementBean.getTaskCommands(ITaskContext tContext)
          Zurückliefern der TaskCommands für die beschriebene View.
 TaskCommand[] ViewElementBean.getTaskCommands(java.lang.Object c, ITaskContext tContext)
          Zurückliefern der TaskCommands für ein bestimmtes Konzept, die durch die registrierten Befehle definiert sind.
 

Uses of TaskCommand in de.cebis.moccabox.security
 

Methods in de.cebis.moccabox.security with parameters of type TaskCommand
 boolean IAuthorizationService.accessAllowed(de.cebis.moccabox.security.domain.User user, TaskCommand cmd)
          Überprüfen, ob der Zugriff eines bestimmten Anwenders für einen bestimmten Befehl erlaubt ist.
 

Uses of TaskCommand in de.cebis.moccabox.security.impl.hibernate
 

Methods in de.cebis.moccabox.security.impl.hibernate with parameters of type TaskCommand
 boolean AuthorizationServiceImpl.accessAllowed(de.cebis.moccabox.security.domain.User user, TaskCommand cmd)
           
 

Uses of TaskCommand in de.cebis.moccapart.calendar.application
 

Methods in de.cebis.moccapart.calendar.application that return TaskCommand
 TaskCommand CalendarEventRetrieveTask.getTrigger()
          Zurückgeben des Befehls, der die Ausführung des Vorgangs getriggert hat.
 

Methods in de.cebis.moccapart.calendar.application with parameters of type TaskCommand
 void CalendarEventRetrieveTask.setTrigger(TaskCommand command)
          Setzen des Befehls, der die Ausführung des Vorgangs getriggert hat.